Welcome![Sign In][Sign Up]
Location:
Search - Cubic Spline

Search list

[Mathimatics-Numerical algorithmsInterpolation-algorithm

Description: 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lagrangian interpolation (POLINT) 2 rational function interpolation (RATINT) 3 cubic spline interpolation (SPLINE (second derivative numerical) -
Platform: | Size: 5045 | Author: ldg | Hits:

[Other resourcefunctionz

Description: 在三次样条中,要寻找三次多项式,以逼近每对数据点间的曲线。在样条术语中,这些数据点称之为断点。因为,两点只能决定一条直线,而在两点间的曲线可用无限多的三次多项式近似。因此,为使结果具有唯一性。在三次样条中,增加了三次多项式的约束条件。通过限定每个三次多项式的一阶和二阶导数,使其在断点处相等,就可以较好地确定所有内部三次多项式。此外,近似多项式通过这些断点的斜率和曲率是连续的。然而,第一个和最后一个三次多项式在第一个和最后一个断点以外,没有伴随多项式。因此必须通过其它方法确定其余的约束。最常用的方法,也是函数spline所采用的方法,就是采用非扭结(not-a-knot)条件。这个条件强迫第一个和第二个三次多项式的三阶导数相等。对最后一个和倒数第二个三次多项式也做同样地处理。 -the Cubic Spline, to find three polynomial, approaching every right to point the data curve. The kind of terms, these data points called breakpoints. Because only two points a straight decisions, and in between the two curves can be used an infinite number of cubic polynomial approximation. Therefore, in order for the outcome of uniqueness. The Cubic Spline, add the cubic polynomial bound by the conditions. By limiting each cubic polynomial of the first order and second-order derivative, it breakpoint in the same Department, we can better identify all internal cubic polynomial. In addition, the polynomial approximation of these breakpoints slope and curvature is continuous. However, the last one and a cubic polynomial in a breakpoint and the final one, not accompanied by polynomials. There
Platform: | Size: 3360 | Author: 讲演 | Hits:

[Other resourcefunctionz1

Description: 寻找三次样条多项式需要求解大量的线性方程。实际上,给定N个断点,就要寻找N-1个三次多项式,每个多项式有4个未知系数。这样,所求解的方程组包含有4*(N-1)个未知数。把每个三次多项式列成特殊形式,并且运用各种约束,通过求解N个具有N个未知系数的方程组,就能确定三次多项式。 -find cubic spline solving polynomial need a lot of linear equations. In fact, given N breakpoints, it is necessary to look for N-1 cubic polynomial, each with four polynomial coefficients unknown. Thus, by solving the equations contain 4 * (N-1) unknown. Each cubic polynomial Timing special form, and use of various constraints, by solving N with N unknown coefficient equations, we can identify three polynomial.
Platform: | Size: 3911 | Author: 讲演 | Hits:

[OpenGL programthree_curve

Description: 这是一个画自然三次样条曲线的程序,用opengl实现-This is a painting of natural cubic spline curve of the procedures used to achieve opengl
Platform: | Size: 102135 | Author: 珠海 | Hits:

[Other resourceLJD

Description: 累加弦长的参数三次样条曲线方法求插值曲线,给定顶点-cumulative long string parameter cubic spline curve interpolation methods for curve, given vertex
Platform: | Size: 1042 | Author: jo Wang | Hits:

[Other resourcecubic_spline

Description: 三次样条插值的MATLAB程序(三弯矩方程)-Cubic Spline Interpolation MATLAB (3 Moment equation)
Platform: | Size: 1270 | Author: 郭嘉研 | Hits:

[Windows Developadfasdfsdf

Description: 计算方法中三次样条插值函数的C++源程序-calculation method cubic spline interpolation function of the C source
Platform: | Size: 10367 | Author: 王宝华 | Hits:

[Graph programedc_21

Description: 用数据拟和曲线的工具,利用了三次样条插值等方法。-data used to be and curve tools, the use of a cubic spline interpolation methods.
Platform: | Size: 575661 | Author: jp | Hits:

[Mathimatics-Numerical algorithms三次样条插值

Description: 三次样条插值计算方程组-cubic spline interpolation equations
Platform: | Size: 10171 | Author: 胡进 | Hits:

[Other第二种边界条件的三次样条函数插值与微商

Description: 第二种边界条件的三次样条函数插值与微商-second boundary conditions cubic spline interpolation function and the derivative
Platform: | Size: 1785 | Author: 张斌 | Hits:

[Other第三种边界条件的三次样条函数插值与微商

Description: 第三种边界条件的三次样条函数插值与微商-third boundary conditions cubic spline interpolation function and the derivative
Platform: | Size: 2776 | Author: 张斌 | Hits:

[Other第一种边界条件的三次样条函数插值与微商

Description: 第一种边界条件的三次样条函数插值与微商-first boundary conditions cubic spline interpolation function and the derivative
Platform: | Size: 2596 | Author: 张斌 | Hits:

[Other resource3INSERT

Description: 三次样条插值算法和拉格朗日插值算法的实现。-cubic spline interpolation algorithm and Lagrange interpolation algorithm implementation.
Platform: | Size: 1294 | Author: chenjie | Hits:

[Other resourcespline513

Description: 这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。-This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.
Platform: | Size: 1607 | Author: 宋亚平 | Hits:

[Other resource3chazhi

Description: 恩,就是三次样条插值,小弟刚刚学会编程,大家见谅,见谅-TU, cubic spline interpolation, younger brother had just learned programming, we apologize, apologize
Platform: | Size: 938 | Author: la | Hits:

[Other resourceEMD-C

Description: EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。-EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.
Platform: | Size: 1465 | Author: 魏玉果 | Hits:

[Other resourceDrawBSplineCode

Description: 绘制三次样条曲线的vc程序,实用有效,需要的同志可以借鉴-drawing cubic spline curve vc procedures, practical and effective, it needs can learn from Comrade
Platform: | Size: 24558 | Author: mikle | Hits:

[Other resourcepolyfit

Description: 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlation Methods (polynomial form 2) least-squares method curve fitting cubic spline interpolation (natural boundary conditions)
Platform: | Size: 4131 | Author: 石林 | Hits:

[Other resourcematlabcs

Description: 三次样条插值的源程序,程序稍稍长了点 希望大家能用到-cubic spline interpolation of the source, procedures slight hope everyone can wait to
Platform: | Size: 1149 | Author: 徐国强 | Hits:

[Other resourcecubicspline

Description: 自行编写的三次样条插值函数源代码,并针对具体问题编写了程序求解-prepared by the self-cubic spline interpolation function source code, and issue-specific procedures for the preparation of the
Platform: | Size: 2451 | Author: charming | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 38 »

CodeBus www.codebus.net